Esx Settings DepotContent Components ComponentVersionSummary

Esx Settings DepotContent Components ComponentVersionSummary
Esx Settings DepotContent Components ComponentVersionSummary

The Esx Settings DepotContent Components ComponentVersionSummary schema defines the summary information regarding a version of a component.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "version": "string",
    "display_version": "string",
    "summary": "string",
    "category": "string",
    "urgency": "string",
    "kb": "string",
    "release_date": "string"
}
string
version
Required

Version of the component.

This property was added in vSphere API 7.0.0.0.

string
display_version
Required

Human readable version of the component.

This property was added in vSphere API 7.0.0.0.

string
summary
Required

Summary of the component version.

This property was added in vSphere API 7.0.0.0.

string
category
Required

Category of the component version.

For more information see: Esx Settings DepotContent Components CategoryType.

This property was added in vSphere API 7.0.0.0.

string
urgency
Required

Urgency of the component version.

For more information see: Esx Settings DepotContent Components UrgencyType.

This property was added in vSphere API 7.0.0.0.

string As uri As uri
kb
Required

Link to kb article related to this the component version.

This property was added in vSphere API 7.0.0.0.

string As date-time As date-time
release_date
Required

Release date of the component version.

This property was added in vSphere API 7.0.0.0.